home *** CD-ROM | disk | FTP | other *** search
/ Mac100% 1998 November / MAC100-1998-11.ISO.7z / MAC100-1998-11.ISO / オンラインソフト定点観測 / ユーティリティ / MacAwk 1.2 (68K).sit / MacAwk68K 1.2 / MacAwk 1.2 README < prev    next >
Text File  |  1998-06-05  |  3KB  |  55 lines

  1. MacAwk 1.2
  2.  
  3. MacAwk is awk for the Macintosh. A window is opened to allow entering the command for the program to execute. Output redirection to a file is also allowed by this window.
  4.  
  5. MacAwk looks for a preferences file ( MacAwk Preferences ) in the folder where it resides. If the file exists, it expects the first line of the file to be the complete Macintosh path name of the folder containing the commands and data files it will use. A utility program ( MakePref ) will create a file containing the full path name of the folder in which it resides. To use, move MakePref to the desired data folder, run it, and put the output file back in the folder containing MacAwk.
  6.  
  7. MacAwk Copyright 1996-8 by James Q. Foster. James Q. Foster retains title, ownership rights, and intellectual property rights in MacAwk. You may not redistribute MacAwk as part of a commercial product.
  8.  
  9. MacAwk is freeware. I would appreciate comments from users.
  10.  
  11. MacAwk is distributed as is, without any warranty or promise of technical support. The author is not liable for any loss of data, damages, or any consequential effect.
  12.  
  13. Acknowledgement:
  14.  
  15. This is the version of awk described in "The AWK Programming Language",
  16. by A. V. Aho, B. W. Kernighan, and P. J. Weinberger
  17. (Addison-Wesley, 1988, ISBN 0-201-07981-X).
  18. Changes, mostly bug fixes and occasional enhancements, are listed
  19. in FIXES.
  20. It carries the following copyright:
  21. /****************************************************************
  22. Copyright (C) AT&T and Lucent Technologies 1996
  23. All Rights Reserved
  24.  
  25. Permission to use, copy, modify, and distribute this software and
  26. its documentation for any purpose and without fee is hereby
  27. granted, provided that the above copyright notice appear in all
  28. copies and that both that the copyright notice and this
  29. permission notice and warranty disclaimer appear in supporting
  30. documentation, and that the names of AT&T or Lucent Technologies
  31. or any of their entities not be used in advertising or publicity
  32. pertaining to distribution of the software without specific,
  33. written prior permission.
  34.  
  35. AT&T AND LUCENT DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
  36. SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
  37. FITNESS. IN NO EVENT SHALL AT&T OR LUCENT OR ANY OF THEIR
  38. ENTITIES BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
  39. DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  40. DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
  41. OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
  42. USE OR PERFORMANCE OF THIS SOFTWARE.
  43. ****************************************************************/
  44.  
  45. Program by:
  46.  
  47. James Q. Foster
  48. Hyde Park Multimedia
  49. 407 Towne Park Trail
  50. Austin, TX 78751
  51.  
  52. email: jqf@Qmail.com
  53. web: http://www.Qmail.com/~jqf
  54. June 5, 1998
  55.